home *** CD-ROM | disk | FTP | other *** search
- ; DEMO2A.SUB, to be used with DEMO2.MAC.
- ; Copyright (c) 1987-1990, Daniel H. Hudgins, All rights reserved.
-
- GRAPH_MODE B&W
-
- :1 IF |FNAME > 1 THEN GOTO :2
-
- ANIMATE PIX\DEMO2AFR 100
- GOTO :END
-
- :2 IF |FNAME > 2 THEN GOTO :3
-
- ANIMATE PIX\DEMO2BFR 100
- GOTO :END
-
- :3 IF |FNAME > 3 THEN GOTO :4
-
- ANIMATE PIX\DEMO2CFR 100
- GOTO :END
-
- :4 IF |FNAME > 4 THEN GOTO :5
-
- { You can add your own commands here to expand this macro. }
-
- :5
-
- :END
-
-
- { These pixel files are named PIX\DEMO2xFR.1, DEMO2xFR.2, ...
- If you have a 2 Meg RAM card add a drive letter for the
- files name's to speed up the frame display rate.
- The Program DANMOVIE v2.0 can display about 24 frames quickly
- on any computer since DANMOVIE uses the computers RAM.
- DANMOVIE v2.0 is part of the regestered user outfit. }
-
- ; END
-